home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xmris / bitmaps / xtra / xtrasq.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  280 b   |  7 lines

  1. #define xtrasq_width 32
  2. #define xtrasq_height 8
  3. static char xtrasq_bits[] = {
  4.    0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0xe0, 0x07, 0x30, 0x0c, 0x30, 0x0c,
  5.    0xfc, 0xff, 0xff, 0x3f, 0x8e, 0x88, 0x88, 0x68, 0x26, 0x22, 0x22, 0x62,
  6.    0xfc, 0xff, 0xff, 0x3f, 0xf0, 0x0f, 0xf0, 0x0f};
  7.